home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gnumake / gulmake.zoo / makeinsn.g < prev    next >
Text File  |  1990-10-13  |  2KB  |  41 lines

  1. # Makefile for GNU C compiler.    
  2. #   Copyright (C) 1987 Free Software Foundation, Inc.
  3.  
  4. #This file is part of GNU CC.
  5.  
  6. #GNU CC is distributed in the hope that it will be useful,
  7. #but WITHOUT ANY WARRANTY.  No author or distributor
  8. #accepts responsibility to anyone for the consequences of using it
  9. #or for whether it serves any particular purpose or works at all,
  10. #unless he says so in writing.  Refer to the GNU CC General Public
  11. #License for full details.
  12.  
  13. #Everyone is granted permission to copy, modify and redistribute
  14. #GNU CC, but only under the conditions described in the
  15. #GNU CC General Public License.   A copy of this license is
  16. #supposed to have been given to you along with GNU CC so you
  17. #can know your rights and responsibilities.  It should be in a
  18. #file named COPYING.  Among other things, the copyright notice
  19. #and this notice must be preserved on all copies.
  20.  
  21. # Run this file in gulam after 'make -f makegen' to generate the
  22. #  various files from the machine description.
  23.  
  24. echo 'genconfi.ttp     md > insn-con.h'
  25. genconfi.ttp     md > insn-con.h
  26. echo 'genflags.ttp     md > insn-fla.h'
  27. genflags.ttp     md > insn-fla.h
  28. echo 'gencodes.ttp     md > insn-cod.h'
  29. gencodes.ttp     md > insn-cod.h
  30. echo 'genemit.ttp      md > insn-emi.c'
  31. genemit.ttp      md > insn-emi.c
  32. echo 'genrecog.ttp     md > insn-rec.c'
  33. genrecog.ttp     md > insn-rec.c
  34. echo 'genextra.ttp     md > insn-ext.c'
  35. genextra.ttp     md > insn-ext.c
  36. echo 'genpeep.ttp      md > insn-pee.c'
  37. genpeep.ttp      md > insn-pee.c
  38. echo 'genoutpu.ttp     md > insn-out.c'
  39. genoutpu.ttp     md > insn-out.c
  40. echo 'end of makeinsn.g'
  41.